From 437f0a972c8221478ccac754ac30958c87738232 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 16 Mar 2017 18:30:12 +0000 Subject: [PATCH] docs: update dmop.markdown ... to match the code after the removal of PVHv1. Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- docs/designs/dmop.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/designs/dmop.markdown b/docs/designs/dmop.markdown index a6cf6eb67b..8e9f95af47 100644 --- a/docs/designs/dmop.markdown +++ b/docs/designs/dmop.markdown @@ -128,7 +128,7 @@ static int dm_op(domid_t domid, if ( rc ) return rc; - if ( !has_hvm_container_domain(d) ) + if ( !is_hvm_domain(d) ) goto out; rc = xsm_dm_op(XSM_DM_PRIV, d); -- 2.30.2